[INFO] cloning repository https://github.com/hankxu1212/Chrysalis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hankxu1212/Chrysalis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhankxu1212%2FChrysalis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhankxu1212%2FChrysalis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e883222e04772d7464fe18da0febf0ff7bf9ff83
[INFO] testing hankxu1212/Chrysalis against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhankxu1212%2FChrysalis" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hankxu1212/Chrysalis
[INFO] finished tweaking git repo https://github.com/hankxu1212/Chrysalis
[INFO] tweaked toml for git repo https://github.com/hankxu1212/Chrysalis written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hankxu1212/Chrysalis on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hankxu1212/Chrysalis already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2a73b04de9851fe21275221754f98cce00d017b17e87b66d3d227466074d6396
[INFO] running `Command { std: "docker" "start" "-a" "2a73b04de9851fe21275221754f98cce00d017b17e87b66d3d227466074d6396", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a73b04de9851fe21275221754f98cce00d017b17e87b66d3d227466074d6396", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a73b04de9851fe21275221754f98cce00d017b17e87b66d3d227466074d6396", kill_on_drop: false }`
[INFO] [stdout] 2a73b04de9851fe21275221754f98cce00d017b17e87b66d3d227466074d6396
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3889887d199343daa3b74017d76dbe7af85aabf572191170225d680c58d88624
[INFO] running `Command { std: "docker" "start" "-a" "3889887d199343daa3b74017d76dbe7af85aabf572191170225d680c58d88624", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling bytes-utils v0.1.4
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling cmov v0.5.3
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling aws-types v1.3.16
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling crc32c v0.6.8
[INFO] [stderr]    Compiling xmlparser v0.13.6
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling hybrid-array v0.4.12
[INFO] [stderr]    Compiling aws-smithy-xml v0.60.15
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling aws-smithy-runtime-api-macros v1.0.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling aws-smithy-async v1.2.14
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling aws-smithy-types v1.4.8
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling aws-smithy-runtime-api v1.12.1
[INFO] [stderr]    Compiling aws-smithy-eventstream v0.60.20
[INFO] [stderr]    Compiling aws-smithy-query v0.60.15
[INFO] [stderr]    Compiling aws-smithy-json v0.61.9
[INFO] [stderr]    Compiling aws-smithy-json v0.60.7
[INFO] [stderr]    Compiling aws-smithy-schema v0.1.0
[INFO] [stderr]    Compiling aws-credential-types v1.2.14
[INFO] [stderr]    Compiling aws-smithy-http v0.63.6
[INFO] [stderr]    Compiling aws-smithy-observability v0.2.6
[INFO] [stderr]    Compiling aws-smithy-http v0.60.12
[INFO] [stderr]    Compiling aws-sigv4 v1.4.4
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling aws-smithy-checksums v0.60.13
[INFO] [stderr]    Compiling aws-smithy-json v0.62.6
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling aws-smithy-http-client v1.1.12
[INFO] [stderr]    Compiling aws-smithy-runtime v1.11.3
[INFO] [stderr]    Compiling aws-runtime v1.7.4
[INFO] [stderr]    Compiling aws-sdk-sso v1.99.0
[INFO] [stderr]    Compiling aws-sdk-ssooidc v1.101.0
[INFO] [stderr]    Compiling aws-sdk-sts v1.104.0
[INFO] [stderr]    Compiling aws-sdk-s3 v1.65.0
[INFO] [stderr]    Compiling aws-config v1.5.10
[INFO] [stderr]    Compiling crys-core v0.0.0 (/opt/rustwide/workdir/crates/crys-core)
[INFO] [stderr]    Compiling crys-cli v0.0.0 (/opt/rustwide/workdir/crates/crys-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
[INFO] running `Command { std: "docker" "inspect" "3889887d199343daa3b74017d76dbe7af85aabf572191170225d680c58d88624", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3889887d199343daa3b74017d76dbe7af85aabf572191170225d680c58d88624", kill_on_drop: false }`
[INFO] [stdout] 3889887d199343daa3b74017d76dbe7af85aabf572191170225d680c58d88624
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b3d1e09539c3f7ca6ab86574d6dcc04678c9ee58ff3c76d8e4935efb97fd771
[INFO] running `Command { std: "docker" "start" "-a" "4b3d1e09539c3f7ca6ab86574d6dcc04678c9ee58ff3c76d8e4935efb97fd771", kill_on_drop: false }`
[INFO] [stderr]    Compiling crys-core v0.0.0 (/opt/rustwide/workdir/crates/crys-core)
[INFO] [stderr]    Compiling crys-cli v0.0.0 (/opt/rustwide/workdir/crates/crys-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.05s
[INFO] running `Command { std: "docker" "inspect" "4b3d1e09539c3f7ca6ab86574d6dcc04678c9ee58ff3c76d8e4935efb97fd771", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b3d1e09539c3f7ca6ab86574d6dcc04678c9ee58ff3c76d8e4935efb97fd771", kill_on_drop: false }`
[INFO] [stdout] 4b3d1e09539c3f7ca6ab86574d6dcc04678c9ee58ff3c76d8e4935efb97fd771
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8fe3cb8b47b7d69d21a8f7e2e5673c3909ab40897d6d51297fa484cd806b09dd
[INFO] running `Command { std: "docker" "start" "-a" "8fe3cb8b47b7d69d21a8f7e2e5673c3909ab40897d6d51297fa484cd806b09dd", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/crys-b777b8b9557a032a)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test output::tests::age_buckets_match_git_style ... ok
[INFO] [stdout] test output::tests::age_handles_post_dated_commits ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/crys_core-283374a748cdd103)
[INFO] [stdout] test output::tests::age_falls_back_to_raw_on_parse_failure ... ok
[INFO] [stdout] test output::tests::age_singular_when_exactly_one_unit ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 88 tests
[INFO] [stdout] test chunker::tests::empty_file_yields_no_chunks ... ok
[INFO] [stdout] test chunker::tests::one_byte_under_yields_two_chunks ... ok
[INFO] [stdout] test chunker::tests::reassemble_round_trips ... ok
[INFO] [stdout] test chunker::tests::reassemble_empty ... ok
[INFO] [stdout] test chunker::tests::smaller_than_chunk_yields_one_chunk ... ok
[INFO] [stdout] test error::tests::display_messages_are_one_line ... ok
[INFO] [stdout] test global_config::tests::env_overrides_repo_and_global ... ok
[INFO] [stdout] test global_config::tests::repo_overrides_global ... ok
[INFO] [stdout] test global_config::tests::falls_through_to_global ... ok
[INFO] [stdout] test global_config::tests::cli_overrides_everything ... ok
[INFO] [stdout] test objects::tests::canonical_json_no_trailing_whitespace ... ok
[INFO] [stdout] test chunker::tests::exact_multiple_yields_full_chunks ... ok
[INFO] [stdout] test objects::tests::chunk_storage_is_identity ... ok
[INFO] [stdout] test clean::tests::honors_crysignore ... ok
[INFO] [stdout] test chunker::tests::one_byte_over_yields_two_chunks ... ok
[INFO] [stdout] test objects::tests::commit_body_round_trip_with_and_without_parent ... ok
[INFO] [stdout] test objects::tests::commit_canonical_form_with_null_parent ... ok
[INFO] [stdout] test clean::tests::dry_run_lists_but_does_not_delete ... ok
[INFO] [stdout] test objects::tests::file_body_round_trip ... ok
[INFO] [stdout] test gc::tests::gc_keeps_staged_uncommitted_objects ... ok
[INFO] [stdout] test clean::tests::removes_untracked_files ... ok
[INFO] [stdout] test objects::tests::canonical_json_field_order_is_alphabetical ... ok
[INFO] [stdout] test objects::tests::chunk_hash_matches_raw_sha256 ... ok
[INFO] [stdout] test objects::tests::hash_storage_path_splits_first_two_chars ... ok
[INFO] [stdout] test objects::tests::tree_body_round_trip_sorts_entries ... ok
[INFO] [stdout] test gc::tests::gc_dry_run_does_not_delete ... ok
[INFO] [stdout] test objects::tests::hash_from_hex_validates ... ok
[INFO] [stdout] test gc::tests::gc_removes_orphans_after_reset_mixed ... ok
[INFO] [stdout] test objects::tests::golden_hash_empty_file_body ... ok
[INFO] [stdout] test objects::tests::hash_of_known_input ... ok
[INFO] [stdout] test s3::tests::display_round_trip ... ok
[INFO] [stdout] test s3::tests::join_appends_segments ... ok
[INFO] [stdout] test s3::tests::rejects_invalid_uris ... ok
[INFO] [stdout] test repo::tests::open_outside_repo_returns_not_a_repo ... ok
[INFO] [stdout] test objects::tests::hash_is_stable_across_re_serialization ... ok
[INFO] [stdout] test gc::tests::gc_keeps_everything_reachable_from_head ... ok
[INFO] [stdout] test repo::tests::remote_config_has_format_version_1 ... ok
[INFO] [stdout] test s3::tests::parse_valid_uris ... ok
[INFO] [stdout] test repo::tests::init_then_open_round_trip ... ok
[INFO] [stdout] test log::tests::remote_only_commits_appear_first ... ok
[INFO] [stdout] test log::tests::local_and_remote_flags_reflect_state ... ok
[INFO] [stdout] test stage::tests::add_honors_crysignore ... ok
[INFO] [stdout] test log::tests::empty_repo_returns_empty_log ... ok
[INFO] [stdout] test repo::tests::init_refuses_existing_repo ... ok
[INFO] [stdout] test stage::tests::add_missing_path_returns_io_error ... ok
[INFO] [stdout] test repo::tests::index_round_trip ... ok
[INFO] [stdout] test repo::tests::store_round_trips_through_repo ... ok
[INFO] [stdout] test stage::tests::commit_with_empty_index_works_first_time ... ok
[INFO] [stdout] test status::tests::crysignore_excludes_untracked ... ok
[INFO] [stdout] test stage::tests::reset_soft_moves_head_only ... ok
[INFO] [stdout] test status::tests::commit_clears_staged ... ok
[INFO] [stdout] test repo::tests::head_and_remote_head_round_trip ... ok
[INFO] [stdout] test log::tests::three_commits_yield_newest_first ... ok
[INFO] [stdout] test status::tests::untracked_file_shows_up ... ok
[INFO] [stdout] test store::local::tests::cas_head_serializes_writers ... ok
[INFO] [stdout] test status::tests::add_moves_untracked_to_staged ... ok
[INFO] [stdout] test stage::tests::add_skips_crys_dir ... ok
[INFO] [stdout] test store::local::tests::list_returns_all_keys ... ok
[INFO] [stdout] test store::local::tests::objects_land_at_sharded_path ... ok
[INFO] [stdout] test store::memory::tests::conforms ... ok
[INFO] [stdout] test store::local::tests::head_round_trip ... ok
[INFO] [stdout] test log::tests::limit_caps_result ... ok
[INFO] [stdout] test stage::tests::reset_mixed_unstages_changes_keeps_working_tree ... ok
[INFO] [stdout] test status::tests::modified_file_shows_unstaged_then_staged ... ok
[INFO] [stdout] test stage::tests::re_add_unchanged_file_is_no_op_for_objects ... ok
[INFO] [stdout] test stage::tests::checkout_tree_round_trips ... ok
[INFO] [stdout] test stage::tests::reset_hard_overwrites_working_tree ... ok
[INFO] [stdout] test store::local::tests::open_creates_objects_dir_and_empty_head ... ok
[INFO] [stdout] test status::tests::empty_repo_is_clean ... ok
[INFO] [stdout] test store::local::tests::missing_returns_not_found ... ok
[INFO] [stdout] test status::tests::deleted_file_shows_unstaged_deleted ... ok
[INFO] [stdout] test store::local::tests::round_trip ... ok
[INFO] [stdout] test sync::tests::fetch_is_metadata_only ... ok
[INFO] [stdout] test stage::tests::add_then_commit_creates_chain ... ok
[INFO] [stdout] test stage::tests::add_root_picks_up_all_deletions ... ok
[INFO] [stdout] test sync::tests::push_resume_after_partial_failure ... ok
[INFO] [stdout] test sync::tests::corrupt_object_detected_on_walk ... ok
[INFO] [stdout] test stage::tests::add_picks_up_deletions_within_path ... ok
[INFO] [stdout] test sync::tests::push_serializes_concurrent_writers_via_cas ... ok
[INFO] [stdout] test sync::tests::concurrent_push_is_last_write_wins ... ok
[INFO] [stdout] test sync::tests::push_refuses_diverged_history ... ok
[INFO] [stdout] test sync::tests::pull_refuses_dirty_working_tree ... ok
[INFO] [stdout] test sync::tests::push_retries_on_lost_cas_then_fails_fast_forward ... ok
[INFO] [stdout] test sync::tests::pull_removes_files_deleted_on_remote ... ok
[INFO] [stdout] test sync::tests::full_collaborative_loop ... ok
[INFO] [stdout] test store::s3_store::tests::key_layout_with_prefix ... ok
[INFO] [stdout] test store::s3_store::tests::key_layout_at_bucket_root ... ok
[INFO] [stdout] test store::s3_store::tests::trailing_slash_in_uri_is_ignored ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 88 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/s3_integration.rs (/opt/rustwide/target/debug/deps/s3_integration-07cb1a1edd1418b8)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test list_prefix_paginates ... ok
[INFO] [stderr]      Running tests/s3_store_integration.rs (/opt/rustwide/target/debug/deps/s3_store_integration-decf3230d8592bf6)
[INFO] [stdout] test put_if_absent_blocks_overwrite ... ok
[INFO] [stdout] test head_reports_presence ... ok
[INFO] [stdout] test get_missing_returns_not_found ... ok
[INFO] [stdout] test put_and_get_round_trip ... ok
[INFO] [stdout] test delete_is_idempotent ... ok
[INFO] [stdout] test s3_uri_round_trips ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test put_multipart_round_trips_large_payload ... ok
[INFO] [stdout] test store_get_missing_returns_not_found ... ok
[INFO] [stdout] test store_list_returns_only_object_hashes ... ok
[INFO] [stdout] test init_remote_creates_config_and_head ... ok
[INFO] [stdout] test store_round_trip ... ok
[INFO] [stdout] test store_head_round_trip ... ok
[INFO] [stdout] test init_remote_refuses_existing_repo ... ok
[INFO] [stderr]      Running tests/sync_integration.rs (/opt/rustwide/target/debug/deps/sync_integration-4f5fc32cd2b2d2a2)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests crys_core
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test full_cycle_against_real_s3 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8fe3cb8b47b7d69d21a8f7e2e5673c3909ab40897d6d51297fa484cd806b09dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fe3cb8b47b7d69d21a8f7e2e5673c3909ab40897d6d51297fa484cd806b09dd", kill_on_drop: false }`
[INFO] [stdout] 8fe3cb8b47b7d69d21a8f7e2e5673c3909ab40897d6d51297fa484cd806b09dd
